projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8d69a
)
(PTY_OPEN): Call sigblock instead of sigblockx.
author
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 08:30:55 +0000
(08:30 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 08:30:55 +0000
(08:30 +0000)
src/m/alpha.h
patch
|
blob
|
history
diff --git
a/src/m/alpha.h
b/src/m/alpha.h
index 9c33475ebbfeaff91e60d4ee513c5212e06d84c5..0833299160beba1d3ba3428df0b8a068e336b810 100644
(file)
--- a/
src/m/alpha.h
+++ b/
src/m/alpha.h
@@
-287,7
+287,7
@@
extern void r_alloc_free ();
{ \
int dummy; \
SIGMASKTYPE mask; \
- mask = sigblock
x (SIGCHLD);
\
+ mask = sigblock
(SIGCHLD);
\
if (-1 == openpty (&fd, &dummy, pty_name, 0, 0)) \
fd = -1; \
sigsetmask (mask); \